Versions Compared

Key

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

...

Code Block
{
    "apps" : {
        "org.onosproject.router" : {
            "router" : {
                "controlPlaneConnectPoint" : "of:00000000000000b1/5",
                "ospfEnabled" : "true",
				"interfaces" : [ "b1-1", "b1-2", "b1-2", "b1-4" ]
            }
        }
    }
}

Once these two configuration sections have been uploaded to ONOS, the vRouter application should be ready to run.

The interfaces field contains a list of names of interfaces that should be used by the vRouter. It is an optional field, and if it is omitted then all interfaces on the device will be used.

Running the application

Log in to your ONOS cluster and start the vRouter application.

...