Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If the OF sessions are restricted to 1000 or 1024, please check the following points:

    a) DPID configured by IxNetwork, they should exclusive with each switch.

    b) File descriptor of the OS which running the controllers(default with 1024).

    c)  ARP tables volume of the OS which running the controllers(default with 1024).

  2. In order to test out the best performance of controllers, several ports of IxNetwork are suggested. In the test below, we used four ports to do the test, each ports with same number of switches, forexample, 500 switches test, we configed 125 switches each port.

Preparation

  • Cluster formed(Three nodes)

    Code Block
    languagetext
    $ $ONOS_INSTALL_DIR/bin/onos-form-cluster OC1 OC2 OC3
  • Features install

    Code Block
    onos> feature:install onos-drivers
    onos> feature:install onos-openflow
    onos> feature:install onos-openflow-base

...

      9. Restart the test with another number of switches.

Test Results

  • Single Mode 

    DevicesFirstSecondThridAverage
    500S1.021.421.171.20
    1000S2.132.182.032.11
    1500S2.563.423.393.12
    2000S4.744.424.864.67
    2500S5.745.395.725.62
    3000S6.387.547.617.18
    3500S7.649.058.658.45

    After 3500 switches, the OF channels become unstable, the flap sessions come frequently with the increase of time. So the maximum number of OF Channel with single controller is 3500. 

    We can see from the histogram, the establish time is linear growth with the number of OF switches.

  • Cluster Mode(Three nodes)

    DevicesFirstSecondThridAverage
    100S1.250.520.520.76
    200S1.70.850.811.12
    300S1.210.891.331.14
    400S1.231.271.191.23
    500S1.521.761.61.63
    600S2.312.081.451.95

    To Be continued... 

     

     

     

...