Deployment Guide

98
set openflow backup control port command
Used to set the OpenFlow Control Network backup control port IP address and subnet mask in CIDR
notation for the port on this switch used for communications with the NEC PFC OpenFlow controller.
.
Example
4TBK0Z1_console> set openflow backup control port
set openflow backup control port <IP address/CIDR subnet>
Set the IP address of the backup OpenFlow control network port used for
communications with the NEC PFC OpenFlow controller
4TBK0Z1_console> set openflow backup control port 192.168.0.10/24
set openflow controller <subcommand>
Displays the available Open Flow controller subcommands.
Example
FJ6K0Z1_console> set openflow controller <subcommand>
possible subcommands:
backup set openflow controller backup IP address and port
connection set openflow controller connection type <tcp or tls>
name set openflow controller name
primary set openflow controller primary IP address and port
priority set openflow controller priority
state set openflow controller state
set openflow controller backup command
Assigns the Open Flow controller backup ip address and port to the given named controller object.
Example
4TBK0Z1_console> set openflow controller backup
set openflow controller backup <controller name> <ip address> <port>
Assigns the backup ip address and port to the given named controller.
ex. set openflow controller backup ryu1 192.1.2.4 6653
assigns the backup controller IP address and TCP port for the controller named ryu1
ex. set openflow controller backup nec_pfc_1 192.1.2.4 6633
assigns the backup controller IP address and port for 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 or the command will return an error
set openflow controller connection command
set openflow controller connection
possible subcommands:
tcp-buffer set openflow controller connection tcp-buffer <controller name> <send buffer> <receive
buffer>
HV9Q0Z1_console# set openflow controller connection tcp-buffer 16 16
set openflow controller name command