Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Testes in 2.2.1. The "location" key in JSON is no allowed, the current one is "locations" and receives a list of "device/port"s
Note

This page is still under construction. Please come back later (smile)

Table of Contents

Introduction

...

Code Block
languagebash
export ONOS_APPS=drivers,openflow-base,netcfghostprovider,lldpprovider

Network Alternatively, since Network Config Host Provider is an application, which means it can also be enabled/disabled dynamically through ONOS CLI

...

Code Block
{
  "00:02:c9:1e:b1:20/None": {
    "basic": {
      "ips": ["10.0.1.1", "10.0.1.2"],
      "locationlocations": ["of:0000000000000001/5"]
    }
  },
  "00:02:c9:1e:b1:21/None": {
    "basic": {
      "ips": [],
      "locationlocations": ["of:0000000000000001/13"]
    }
  }
}