Configuring OpenFlow

To run OpenFlow on a switch:

  1. Unlock the OpenFlow CLI commands. Run:

    Copy
    Copied!
                

    switch (config) # protocol openflow

  2. Configure interfaces to be managed by OpenFlow. Run:

    Copy
    Copied!
                

    switch (config) # interface ethernet 1/1-1/4 openflow mode hybrid

  3. Configure the OpenFlow controller IP and TCP port. Run:

    Copy
    Copied!
                

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

© Copyright 2024, NVIDIA. Last updated on Mar 5, 2024.