To run OpenFlow on a switch:
Unlock the OpenFlow CLI commands. Run:
switch (config) # protocol openflow
Configure interfaces to be managed by OpenFlow. Run:
switch (config) # interface ethernet 1/1-1/4 openflow mode hybrid
Configure the OpenFlow controller IP and TCP port. Run:
switch (config) # openflow controller-ip 10.209.0.205 tcp-port 6633