Deployment Guide

101
set openflow controller state command
Sets the state of the named Open Flow controller to enabled or disabled. Enabling the state initiates the
agent connection in the switch controller object to the actual controller, whereas disabling the state
closes the connection.
Example
4TBK0Z1_console> set openflow controller state
set openflow controller state <controller name> <enabled | disabled>
Sets the state of the named OpenFlow controller connection to enabled or disabled. This
initiates or closes the OpenFlow channel connection from the switch's OpenFlow agent to
the OpenFlow controller.
ex. set openflow controller state ryu1 enabled
connects the switch agent to the controller named ryu1
ex. set openflow controller state nec_pfc_1 disabled
disconnects the switch agent from the controller named nec_pfc_1
The controller name specified must already have been created by using the
'set openflow controller name <new name>' CLI command, AND the controller object settings
for at least the primary connection parameters must have been specified, or the command
will return an error.
set openflow echo <subcommand>
Displays the available subcommands for set openflow echo.
Example
FJ6K0Z1_console> set openflow echo
set openflow echo <subcommand>
possible subcommands:
count Set the count of echo timeout intervals before resetting the link to the
controller
interval Set the time interval in seconds t0 send keep alive echo requests
timeout Set the timeout interval in seconds to go without an echo reply
set openflow echo count command
Set the count of echo timeout intervals to wait before resetting the link to the controller.
Example
FJ6K0Z1_console> set openflow echo count
set openflow echo count <echo intervals>
Set the count of echo timeout intervals that we wait before resetting the link to the
controller, min = 1, max = 60
set openflow echo interval command
Set the time interval in seconds that we send keep alive echo requests to the controller
Example
FJ6K0Z1_console> set openflow echo interval
set openflow echo interval <interval>
Set the interval that we send echo requests to the controller, min = 1, max = 30