C613-50631-01 Rev A Command Reference for IE340 Series 2606
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
OPENFLOW COMMANDS
OPENFLOW
CONTROLLER
For example, entering the legacy command:
awplus(config)# openflow controller tcp 192.168.1.2 6653
Displays as following in the running-config:
awplus(config)# openflow controller oc1 tcp 192.168.1.2 6653
Examples To add an OpenFlow Controller with the address 10.1.1.1 using the TCP protocol
and the IANA assigned port number of 6653, use the commands:
awplus# configure terminal
awplus(config)# openflow controller tcp 10.1.1.1 6653
To add an OpenFlow Controller for the switch whose name is controller1, with the
address 10.1.2.1 using the TCP protocol on port number 6653, use the commands:
awplus# configure terminal
awplus(config)# openflow controller controller1 tcp 10.1.2.1
6653
To delete an OpenFlow Controller whose name is controller1, use the commands:
awplus# configure terminal
awplus(config)# no openflow controller controller1
Related
commands
show openflow config
Command
changes
Version 5.4.7-1.1: command added
Version 5.4.7-2.1: command added to IE300, IE500 series products
Version 5.4.8-0.2: added to SBx908 GEN2
Version 5.4.8-1.1: added to IE210L series products
Version 5.4.8-2.1: <controller-name> parameter added