Versions Compared

Key

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

...

  1. Start ONOS with a small subset of the applications by executing the following command:

    Code Block
    languagebash
    ONOS_APPS=fwd,proxyarp,hostprovider,lldpprovider onos-buck run onos-local —- clean debug
  2. Activate the BMv2 driver and pipeconfvia the ONOS CLI
    1. Use the following command to access the ONOS CLI:

      Code Block
      languagebash
      onos localhost
    2. Enter the following command to activate the BMv2 driver:

      Code Block
      languagebash
      onos localhost
    3. Enter the following command to active the pipeconf:

      Code Block
      languagebash
      app activate org.onosproject.p4tutorial.pipeconf
    4. To verify that you have activated all the required apps, run the following command:

      Code Block
      languagebash
      apps -s -a
    5. Make sure you see the following list of applications displayed:

      * 5
      • org.onosproject.generaldeviceprovider

      1.12.0.SNAPSHOT General Device Provider
      * 11
      • (General Device Provider)

      • org.onosproject.drivers

      1.12.0.SNAPSHOT Default Drivers
      * 56
      • (Default Drivers)

      • org.onosproject.proxyarp

      1.12.0.SNAPSHOT Proxy
      • (Proxy ARP/NDP)

      * 62
      • org.onosproject.lldpprovider

      1.12.0.SNAPSHOT LLDP Link Provider
      * 74
      • (LLDP Link Provider)

      • org.onosproject.protocols.grpc

      1.12.0.SNAPSHOT gRPC Protocol Subsystem
      * 75
      • (gRPC Protocol Subsystem)

      • org.onosproject.protocols.p4runtime

      1.12.0.SNAPSHOT P4Runtime Protocol Subsystem
      * 76
      • (P4Runtime Protocol Subsystem)

      • org.onosproject.p4runtime

      1.12.0.SNAPSHOT P4Runtime Provider
      * 77
      • (P4Runtime Provider)

      • org.onosproject.drivers.p4runtime

      1.12.0.SNAPSHOT P4Runtime Drivers
      * 82
      • (P4Runtime Drivers)

      • org.onosproject.hostprovider

      1.12.0.SNAPSHOT Host Location Provider
      * 108
      • (Host Location Provider)

      • org.onosproject.fwd

      1.12.0.SNAPSHOT Reactive Forwarding
      * 110
      • (Reactive Forwarding)

      • org.onosproject.drivers.bmv2

      1.12.0.SNAPSHOT BMv2 Drivers
      * 114
      • (BMv2 Drivers)

      • org.onosproject.p4tutorial.pipeconf

      1.12.0.SNAPSHOT P4 Tutorial Pipeconf
      • (P4 Tutorial Pipeconf)