Users Guide

1694 OpenFlow
OpenFlow Configuration Example
This example enables OpenFlow 1.3 on the switch and configures a
connection to a controller at IPv4 address 172.16.0.3 over TCP port 3435
using no encryption on the out-of-band interface. This example presumes the
out-of-band interface has obtained an IP address on the 172.16.0.X subnet.
console(config)#openflow
WARNING! OpenFlow does not operate on stack members. Enable
OpenFlow on stand-alone switches only.
console(config-of-switch)#protocol-version 1.3
console(config-of-switch)#controller ipv4 172.16.0.3 port 3435
security none