blob: 050acf35e932f14bda8548193f16e20d5d1b17fe [file] [log] [blame]
Luca Prete09dfe1e2016-08-16 10:56:17 -07001{
2 "ports" : {
3 "of:00000000000000a1/1" : {
4 "interfaces" : [
5 {
6 "name" : "sw1-1",
7 "ips" : [ "10.0.1.101/24" ],
8 "mac" : "00:00:00:00:00:01"
9 }
10 ]
11 },
12 "of:00000000000000a2/1" : {
13 "interfaces" : [
14 {
15 "name" : "sw2-1",
16 "ips" : [ "10.0.2.101/24" ],
17 "mac" : "00:00:00:00:00:01"
18 }
19 ]
20 },
21 "of:00000000000000a5/1" : {
22 "interfaces" : [
23 {
24 "name" : "sw5-1",
25 "ips" : [ "10.0.3.101/24" ],
26 "mac" : "00:00:00:00:00:01"
27 }
28 ]
29 },
30 "of:00000000000000a6/1" : {
31 "interfaces" : [
32 {
33 "name" : "sw6-1",
34 "ips" : [ "10.0.4.101/24" ],
35 "mac" : "00:00:00:00:00:01"
36 }
37 ]
38 }
39 },
40 "apps" : {
41 "org.onosproject.router" : {
42 "bgp" : {
43 "bgpSpeakers" : [
44 {
45 "name" : "speaker1",
46 "connectPoint" : "of:00000000000000a3/1",
47 "peers" : [
48 "10.0.1.1",
49 "10.0.2.1",
50 "10.0.3.1",
51 "10.0.4.1"
52 ]
53 }
54 ]
55 }
56 }
57 }
58}