Deployment Guide

100
Backup : (not configured)
Priority : 0
Connection Type : TCP
Indigo Role : Unknown
Connection State: DISCONNECTED
From the running-config:
"OpenFlow Controller0":
{
"backup ip address": "",
"backup tcp port": 6633,
"connection type": "tcp",
"name": "test2",
"primary ip address": "",
"primary tcp port": 6633,
"priority": 0,
"state": "disabled"
}
set openflow controller priority command
Sets the Open Flow controller priority for the given named controller object.
Example
set openflow controller priority <controller name> <priority>
Sets the priority for the given named controller.
ex. set openflow controller priority ryu1 1
sets the priority to use for the controller named ryu1 to 1.
ex. set openflow controller priority nec_pfc_1 tls
sets the priority to use for the controller named nec_pfc_1 to 1.
The controller name specified must already have been created by using the 'set openflow
controller name <new name>' CLI command or this command will return an error
set openflow controller primary command
Assigns the Open Flow controller primary ip address and port to the given named controller object.
Example
4TBK0Z1_console> set openflow controller primary
set openflow controller primary <controller name> <ip address> <port>
Assigns the primary ip address and port to the given named controller.
ex. set openflow controller primary ryu1 192.1.2.4 6653
assigns the primary controller IP address and TCP port for the controller named ryu1
ex. set openflow controller primary nec_pfc_1 192.1.2.4 6633
assigns the primary controller IP address and port for 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