image image image image image

On This Page

To run OpenFlow on a switch:

  1. Unlock the OpenFlow CLI commands. Run:

    switch (config) # protocol openflow
  2. Configure interfaces to be managed by OpenFlow. Run:

    switch (config) # interface ethernet 1/1-1/4 openflow mode hybrid
  3. Configure the OpenFlow controller IP and TCP port. Run:

    switch (config) # openflow controller-ip 10.209.0.205 tcp-port 6633